Added host argument#1901
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
Hi, it looks like one of the tests is failing due to If the test runs again and passes, is there any action on me to get this merged in? |
|
That failure is likely unrelated to the PR. Can you update this PR with the latest from master and re-push to your branch? That will kick off the tests again (and make sure this works with the latest source from master). Thanks! |
|
@Raieen - the CIs are green now; merging. Thanks for the contribution! |

Hi,
This pull request adds a new command line argument, host. This allows a user to specify the host they want DevTools to run on and defaults to localhost if the host is not passed in.
Currently there is no way to change to change the host for DevTools as it defaults to localhost. Since this feature exists for Dart Observatory (i.e. --enable-vm-service=8181/0.0.0.0), it would be nice to have the same feature in DevTools.